Function DYADIC_FREQ_1D

Package

filters

Short description

Compute center frequencies and bandwidths for the 1D Dyadic

Usage

	[psi_xi, psi_bw, phi_bw] = DYADIC_FREQ_1D(filt_opt)

Input

    filt_opt (struct): The parameters defining the filter bank. For example,
       see SPLINE_FILTER_BANK_1D for details.

Output

    psi_xi (numeric): The center frequencies of the wavelet filters.
    psi_bw (numeric): The bandwidths of the wavelet filters.
    phi_bw (numeric): The bandwidth of the lowpass filter.

Description

    Compute the center frequencies and bandwidth for the wavelets and lowpass
    filter of the one-dimensional dyadic filter bank, such as 
    SPLINE_FILTER_BANK_1D.

See also

List of all packages